home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club (Business) 1997 July
/
Software of the Month Club - Business (Volume 239) (July 1997).iso
/
pc
/
code
/
intro.dxr
/
00003.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-02-15
|
304 b
|
14 lines
global gHaveNavs
on IntroMouseDown
if the doubleClick then
exit
end if
set H to the mouseH
set V to the mouseV
set OBJref to inHotSpot(point(H, V))
if OBJref <> #empty then
do(string(getaProp(getaProp(getaProp(gObjects, OBJref), #Action), #down) & "(#" & OBJref & ")"))
end if
end